home *** CD-ROM | disk | FTP | other *** search
- program OneToManyServer;
-
- uses
- Forms,
- OneToManyServerU in 'OneToManyServerU.pas' {Form1},
- OneToManyServer_TLB in 'OneToManyServer_TLB.pas',
- OneToManyServerDMU in 'OneToManyServerDMU.pas' {CustomerData: TRemoteDataModule} {CustomerData: CoClass};
-
- {$R *.TLB}
-
- {$R *.RES}
-
- begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.
-